home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / robot software / webots-kros-1.0.1_setup.exe / {app} / kteam / include / fastmath.h < prev    next >
C/C++ Source or Header  |  1999-12-23  |  185b  |  14 lines

  1. #ifndef _FASTMATH_H_
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. #define _FASTMATH_H_
  6.  
  7. #include <math.h>
  8. #include <machine/fastmath.h>
  9.  
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif /* _FASTMATH_H_ */
  14.